TypeCodes in IDL.

When using TypeCodes in IDL, note that they are defined in the CORBA scope. Therefore, CORBA::TypeCode should be used. Example:
// IDL 5

struct Test5 {
  long length;
  CORBA::TypeCode desc;
};